Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 11 - Renderer Objects / Renderer Objects Reference
Renderer Objects Routines / Managing Interactive Renderers


Q3InteractiveRenderer_GetCSGEquation

You can use the Q3InteractiveRenderer_GetCSGEquation function to get the CSG equation used by the interactive renderer.

TQ3Status Q3InteractiveRenderer_GetCSGEquation (
TQ3RendererObject renderer, 
TQ3CSGEquation *equation);
renderer
An interactive renderer.
equation
On exit, the CSG equation currently associated with the interactive renderer. See "CSG Equations" on page 11-12 for the values that can be returned in this parameter.
DESCRIPTION
The Q3InteractiveRenderer_GetCSGEquation function returns, in the equation parameter, the CSG equation currently associated with the interactive renderer specified by the renderer parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996